Distribute test scripts even if we wouldn't run them
authorSimon McVittie <smcv@debian.org>
Fri, 7 Oct 2016 22:09:29 +0000 (23:09 +0100)
committerAtomic Bot <atomic-devel@projectatomic.io>
Sat, 29 Oct 2016 18:41:56 +0000 (18:41 +0000)
commit4eb55a687d2f45701ffe511eaa72756903d749f6
tree8a2d27fe93de59eef77fc562c2e0ca3ce974a761
parent7091d288f7e1648314dc984da0c0abb5794834fb
Distribute test scripts even if we wouldn't run them

This fixes a "make dist" tarball produced on a minimal system and run on a
non-minimal system. Automake knows that files that are only conditionally
included in dist_whatever_WHATEVER are to be distributed, but it does not
do the same for files that are only conditionally included in EXTRA_DIST,
which is how glib-tap.mk's various variables like dist_test_scripts work.

Signed-off-by: Simon McVittie <smcv@debian.org>
Closes: #557
Approved by: cgwalters
Makefile-tests.am